home *** CD-ROM | disk | FTP | other *** search
- def x 320
- def y 170
- def dy 84
-
- Include Menu.Def
-
- Background ConfirmBox 130 120 380 240
-
- NoGetFullVersion
-
- Font AlarmF HugeChars 15 20 0xFFFF2F1F 0x0 Circle Center Center Shadow
- Font Main HugeChars 22 32 0xFFFFFFFF 0x7F000000
- FontSize Default 18 24
- FontSize Selected 21 28
-
- item
- {
- Text KeepNewMode
- Font Main
- Pos x y
- Add y 60
- }
-
- item
- {
- Text DX6on
- MaxTextPixelPerLine 350
- Pos 320 y Center
- add y dy
- Font AlarmF
- ShowIf /3dEngine/T&L 0
- }
-
- item
- {
- Text Yes
- Pos 190 y Left
- OnAction
- {
- MenuBack
- }
- }
-
- item
- {
- Text NoTimed #TimeBack
- Pos 450 y Right
- Add y dy
- OnAction
- {
- RestoreIni
- UpdateVideo
- MenuBack
- }
-
- DefaultBack 15
- SelectedOnEnter
- }